USERAGENT_ANDROID_DEFAULT = webSettings.getUserAgentString();
/** Loads proper URL depending on device type */
initSession();
}
/** Loads proper URL depending on device type */
if (savedInstanceState != null)
fbWrapper.restoreState(savedInstanceState);
else
initSession();
}